﻿


/*产品栏*/
.cpBox{
	position: relative;
	width: 927px;
}
.cpBox>.cpMore{position:absolute; right:10px; top:12px;}
.cpBox h4{margin-bottom:16px; text-align:center; overflow:hidden; font-weight:normal;}	
.cpBox h4 a{float:left; width:155px; height:50px; line-height:38px; font-size:18px; color:#666; text-transform:uppercase; text-decoration:none; background:url(../images/cpTitLi.png) no-repeat center bottom;}
.cpBox h4 a.cur , .cpBox h4 a:hover{color:#fff; background-position:center top;}
.cpBox ul{overflow:hidden;}
.cpBox li{
	float: left;
	margin-right: 26px;
	margin-bottom: 20px;
	width: 283px;
	text-align: center;
}
.cpBox li.noMr{margin-right:0;}
.cpBox_tu {
	width: 283px;
	height: 178px;
	border: 1px solid #ccc;
	background-color: #FFF;
	text-align: center;
}
.cpBox li img{display:block; max-width: 283px;  max-height:178px; }
.cpBox li img:hover{border-color:#19a7f0;}
.cpBox li h5{margin-top:12px; overflow:hidden; font-weight:normal; font-size:13px;}
.cpBox li h5 a{color:#333;}

